home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / Xt / XtCallActionProc.z / XtCallActionProc
Encoding:
Text File  |  2002-10-03  |  2.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXttttCCCCaaaallllllllAAAAccccttttiiiioooonnnnPPPPrrrroooocccc((((3333XXXXtttt))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXttttCCCCaaaallllllllAAAAccccttttiiiioooonnnnPPPPrrrroooocccc((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtCallActionProc - invoke an action procedure directly
  10.  
  11.      SSSSYYYYNNNNTTTTAAAAXXXX
  12.           void XtCallActionProc(_w_i_d_g_e_t, _a_c_t_i_o_n, _e_v_e_n_t, _p_a_r_a_m_s,
  13.           _n_u_m__p_a_r_a_m_s)
  14.                 Widget _w_i_d_g_e_t;
  15.                 String _a_c_t_i_o_n;
  16.                 XEvent* _e_v_e_n_t;
  17.                 String* _p_a_r_a_m_s;
  18.                 Cardinal _n_u_m__p_a_r_a_m_s;
  19.  
  20.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  21.           _w_i_d_g_e_t    Specifies the widget in which the action is to be
  22.                     invoked. Must be of class core of any subclass
  23.                     thereof.
  24.  
  25.           _a_c_t_i_o_n    Specifies the name of the action routine.
  26.  
  27.           _e_v_e_n_t     Specifies the contents of the _e_v_e_n_t passed to the
  28.                     action routine.
  29.  
  30.           _p_a_r_a_m_s    Specifies the contents of the _p_a_r_a_m_s passed to the
  31.                     action routine.
  32.  
  33.           _n_u_m__p_a_r_a_m_s
  34.                     Specifies the num of entries in _p_a_r_a_m_s.
  35.  
  36.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  37.           _X_t_C_a_l_l_A_c_t_i_o_n_P_r_o_c searches for the named action routine in
  38.           the same manner and order as translation tables are bound.
  39.           If found, the action routine is invoked with the specified
  40.           widget, event pointer, and parameters. It is the
  41.           responsibility of the caller to ensure that the contents of
  42.           _e_v_e_n_t, _p_a_r_a_m_s, and _n_u_m__p_a_r_a_m_s arguments are appropriate for
  43.           the specified routine, and if necessary, that the specified
  44.           widget is realized or sensitive. If the named action routine
  45.           cannot be found, _X_t_C_a_l_l_A_c_t_i_o_n_P_r_o_c generates a warning
  46.           message and returns.
  47.  
  48.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  49.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  50.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.